Ok thanks, i made it work, but , how do i have to write the path exactly it says the file isnt there
i wrote it like this

Code:
system ("C:\Documents and Settings\Administrador\Escritorio\Misc\batch.bat");
and im gonna try to hook it to the keyboard by doing this

Code:
if(GetAsyncKeyState(VK_CONTROL)&&GetAsyncKeyState(VK_MENU)&&GetAsyncKeyState(VK_DELETE));